from sklearn_benchmarks.report import ReportingHpo import pandas as pd pd.set_option('display.max_columns', None) pd.set_option('display.max_rows', None)
reporting_hpo = ReportingHpo(config="config.yml") reporting_hpo.run()
The shaded areas represent boostrapped quartiles.